Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(g(a))  → a
2:    f(f(x))  → b
3:    g(x)  → f(g(x))
There are 2 dependency pairs:
4:    G(x)  → F(g(x))
5:    G(x)  → G(x)
The approximated dependency graph contains one SCC: {5}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006